From 7ed8612e6fa1903004e24effbf4cf4de285d69f2 Mon Sep 17 00:00:00 2001 From: Andrew Cooper Date: Wed, 21 Feb 2018 17:58:04 +0000 Subject: [PATCH] build: Help attempts to syntax highlight Config.mk Some attempts to syntax highlight Config.mk end up thinking that most of Config.mk is a string, due to the unbalanced squote. Provide a balancing squote in a comment to compensate. No functional change. Signed-off-by: Andrew Cooper Acked-by: George Dunlap --- Config.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/Config.mk b/Config.mk index 037e516209..c6f0df928a 100644 --- a/Config.mk +++ b/Config.mk @@ -7,6 +7,7 @@ endif # Convenient variables comma := , squote := ' +#' Balancing squote, to help syntax highlighting empty := space := $(empty) $(empty) -- 2.30.2